Constant and variable data values may be observed during script execution in the data display pane of the debugger. This pane displays all data storage locations declared in the script, as well as the values contained within them. The data display pane is updated as each statement is executed, so changes in values can be observed as the script is running.
Vectors, array elements, and structure members can also be observed in the data display pane during script execution. Items containing more than one storage location are shown with a disclosure triangle to the left of the item name. To view the storage locations contained within the item, click the disclosure triangle; the individual locations and the values contained in them will be displayed below the item name.